﻿@import url('../../css.css');


html {
	height: 100%;
}

.flick {
    cursor: pointer;
}

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: none;
	outline: none;
}
.clear:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, .0);
}
i, em {
	font-style: normal;
}
h3, h3, h4, h5 {
	font-weight: inherit;
}
body {
	font-family: "Roboto", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑";
	height: 100%;
	color: #494949;
	font-size: 0.28rem;
	background: #1D1D1D;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.wrap {
	width: 7.5rem;
	margin: 0 auto;
	position: relative;
	background: #1D1D1D;
}
.intro{
	background: url(../img/bg.png) no-repeat;
	background-size: 100%;
	position: relative;
}
.intro .top{
	height: 1.04rem;
	padding: 0.32rem;
}
.intro .logo img{
	width: 1.1rem;
}
.intro .sidebar {
	height: 1.12rem;
	line-height: 1.12rem;
	display: inline-block;
	float: right;
}
.intro .sidebar img{
	width: 0.45rem;
	margin: 0.28rem 0;
}
.intro h3{
	text-align: center;
	font-size: 0.65rem;
	width:6rem;
font-family: 'Roboto', sans-serif;
	font-weight:bold;
	color:rgba(255,255,255,1);
	text-shadow:0px 2px 4px rgba(0,0,0,0.5);
	margin: 0.8rem auto 0rem;
}
.intro h3+img{
	margin: 0.16rem auto !important;
	display: block;
	width: 2.4rem;
	height: 0.08rem;
}
.intro h3+img+p{
	color: #fff;
	font-size:0.36rem;
font-family: 'Roboto', sans-serif;
	font-weight:300;
	text-align: center;
	padding: 0 0.3rem 0.6rem;
}
.intro h3+img+p+img{
	width: 6.4rem;
	margin: 0.25rem auto;
}
.intro .section{
	text-align: center;
}
.intro .section ul li{
	padding: 0.45rem 0.15rem;
}
.intro .section ul li img{
	display: inline-block;
	width: 1.94rem;
}
.intro .section ul li .li_fr{
	display: inline-block;
    width: 4.8rem;
    margin-left: 0.3rem;
}
.intro .section ul li em,.intro .section ul li b{
	color: #FFDD45;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0.03rem;
}
.intro .section ul li em{
	width: 0.18rem;
	height: 0.18rem;
	background: #FFDD45;
	margin-right: 0.1rem;
}
.intro .section ul li b{
	font-size: 0.4rem;
font-family: 'Roboto', sans-serif;
}
.intro .section ul li p{
	color: #fff;
	font-size: 0.32rem;
	margin: 0.02rem 0;
	line-height: 1.5;
}
.intro .section ul+img{
	width: 4.5rem;
	margin: 1rem auto 0.6rem;
}
.intro .download{
	display: block;
    width: 7.5rem;
    position: absolute;
    bottom: 0;
    background: url(../img/downshadow.png) no-repeat;
    background-size: cover;
}
.intro .download img{
	width: 100%;
}
.sidebarbg{
	width: 7.5rem;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	display: none;
}
.sidebarcon {
	width: 3rem;
	height: 100%;
	position: absolute;
	right: 0;
	background: rgba(45,45,45,.95);
	transition: all 0.28s linear;
	padding: 0.3rem 0.5rem;
}
.sidebarcon.cur {
	width: 3rem;
	right: 0;
	transition: all 0.28s linear;
}
.sidebarcon  li{
	margin: 0.4rem 0;
}
.sidebarcon  li a{
	color: #fff;
	font-size: 0.38rem;
	background: url(../img/moviebtn.png) no-repeat center left;
	padding: 0.1rem 0 0.1rem 0.9rem;
	background-size: 0.5rem;
	line-height: 0.66rem;
	display: block;
}
.sidebarcon  li+li a{
	background: url(../img/faqbtn.png) no-repeat center left;
	background-size: 0.5rem;
}
.download_pop{}
.dlpop_bg{
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	width: 7.5rem;
	height: 100%;
	display: none;
}
.dlpop_con,.dlpop_con i{
	bottom: 0;
	width: 7.5rem;
	background:rgba(45,45,45,0.8);
	border-radius:0.32rem 0.32rem 0px 0px;
}
.dlpop_con{
	position: fixed;
	height: 0;
	box-shadow:0px 10px 60px 0px rgba(0,0,0,0.5);
	transition: height 0.25s ease-in-out;
	-webkit-transition: height 0.25s ease-in-out;
	-ms-transition: height 0.25s ease-in-out;
	-moz-transition: height 0.25s ease-in-out;
	-o-transition: height 0.25s ease-in-out;
}
.dlpop_con::-webkit-scrollbar {
    display: none;
}
.dlpop_con i{
    display: block;
    height: 100%;
    position: absolute;
    filter: blur(4px);
    z-index: -1;
}
.dlpop_con a{
	display: block;
}
.dlpop_con img{
	display: block;
	width: 5.2rem;
	margin: 0.45rem auto;
}
.dlpop_con .btn1 img{
	margin-top: 0.62rem;
}
.dlpop_con .btn2 img{
	margin-bottom: 0.6rem;
}

/*截图播放*/
.swiper-container {
	position: fixed;
	top: 100%;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #000000;
    overflow: hidden;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.swiper-wrapper {
    position: relative;
    height: 100%;
    z-index: 1;
    display: flex;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	align-items: center;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-slide img{
	width: 100%;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    z-index: 10;
    bottom: 25px;
    left: 0;
    width: 100%
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .5;
    bottom: 25px;
    margin: 5px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.screenshot{
	display: block;
	text-align: center;
	margin: 1rem 0;
}
.screenshot img{
	width: 4.4rem;
}
.tvShow{
	background: url(../img/tv.png) no-repeat;
	background-size: 100%;
	width: 7.5rem;
	height: 8.6rem;
}
.tvShow a{
	display: inline-block;
	margin: 5.1rem 0.2rem 0;
}
.tvShow img{
	display: inline-block;
	width: 2.88rem;
}
/***===以上是首页样式===***/

.movie .top,.download .top{
	height: 0.76rem;
	padding: 0.1rem 0.2rem;
	background: #272727;
}
.movie .logo img,.download .top img{
	width: 0.76rem;
}
.movie .home {
	display: inline-block;
	float: right;
}
.movie .home img{
	width: 0.74rem;
	margin: 0.18rem 0;
}
.movie .section{
	position: relative;
}
.movie .section h3{
	color: #fff;
	font-size:0.3rem;
font-family: 'Roboto', sans-serif;
	font-weight:bold;
	margin: 0.2rem 0.2rem 0.1rem;
}
.movie .section div{
	width: 98%;
	overflow-x: scroll;
	overflow-y: hidden;
	padding: 0 1% 0.2rem;
}
.movie ul{
    width: 325%;
}
.movie ul li{
	float: left;
	margin: 0 0.1rem;
}
.movie ul li a{
	display: block;
}
.movie ul li a img{
	width: 2.18rem;
	height: 3.26rem;
}
.movie .section div::-webkit-scrollbar {
	display:none;
}
/***===以上是电影列表样式===***/

.play .section1{
	width: 7.5rem;
	overflow: hidden;
	position: relative;
	padding-bottom: 0.5rem;
}
.play .section1 i{
	display: block;
	width: 7.5rem;
	height: 100%;
	position: absolute;
	filter:alpha(opacity=4);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.play .section1 i:nth-of-type(1){
	filter: blur(0.3rem);
	-webkit-filter: blur(0.3rem);
}
.play .section1 i:nth-of-type(2){
	filter: blur(0.25rem);
	-webkit-filter: blur(0.25rem);
}
.play .section1 .con{
	position: relative;
}
.play .section1 .con img{
	width: 2.68rem;
	margin: 0.8rem auto 0.3rem;
	display: block;
}
.play .section1 .con .playRelevant{
	text-align: center;
}
.play .section1 .con span{
	display: inline-block;
	font-size: 0.3rem;
	color: #FEFEFE;
}
.play .section1 .con span.filmScore{
    margin-left: 1.25rem;
    color: #FF8400;
    font-weight: 800;
}
.play .section1 .con span.showTime{
	padding: 0 0.85rem;
}
.play .section1 .con .play_btn{
	background: rgba(255,255,255,.4);
	border-radius: 4px;
	color: #fff;
	width: 7.1rem;
	margin: 0.5rem auto 0.32rem;
	display: block;
	text-align: center;
	height: 0.68rem;
	line-height: 0.68rem;
}
.play .section1 .con p{
	color: #fff;
	font-size:0.26rem;
font-family: 'Roboto', sans-serif;
	font-weight:500;
	padding: 0.2rem;
}
.play .section1 .con em{
	display: block;
	color: #fff;
	padding: 0rem 0.2rem;
}
.play .section2{
	border-top: 2px solid #000;
	padding: 0 0.2rem 0.2rem;
	color: #fff;
}
.play .section2 .borderimg{
	width: 1.72rem;
}
.play .section2 h3{
	margin: -0.15rem 0 0.15rem;
}
.play .section2 ul{
	width: 103%;
}
.play .section2 ul li{
	margin: 0.1rem 0.255rem 0.1rem 0;
}
.popup{
	background: rgba(0,0,0,.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	display: none;
}
.popup .pop_inner{
	background: #fff;
	width: 5.8rem;
	border-radius: 0.1rem;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	padding: 0.5rem 0 0;
}
.popup .pop_inner h3{
	margin: 0.5rem 0 0;
	border-top: 0.02rem solid #efefef;
	line-height: 0.95rem;
}
.popup .pop_inner h3 a{
	display: inline-block;
	width: 49%;
	color: #1674D9;
}
.popup .pop_inner h3 a+a{
	border-left: 0.02rem solid #efefef;
}
/***===以上是播放样式===***/

.download{
	background: #1D1D1D;
}
.download .banner{
	height: 10rem;
	background: url(../img/dl_bg.png) no-repeat;
    background-position: 0 0.85rem;
    background-size: 100%;
}
.download .banner .dl_btn{
	display: block;
	text-align: center;
	margin: 0.16rem 0 0.15rem;
	position: relative;
	height: 1.61rem;
}
.download .banner .dl_btn.ios_btn{
	margin-top: 0.95rem;
}
.download .banner .dl_btn img{
	width: 5.6rem;
	position: absolute;
	left: 0.95rem;
}
.dl_btn>.activeImg{
	display: none;
}
.dl_btn>.textView{
	display: none;
}
.dl_btn>.inactiveImg{
	display: block;
}
.activeView>.inactiveImg{
	display: none;
}
.activeView>.activeImg{
	display: block;
}
.activeView>.textView{
	display: block;
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    color: #aaa;
}
.ios .vip_con .section{
	text-align: center;
}
.ios .ios_section>div{
	padding: 0 0.6rem;
	margin: 0.25rem 0 0.4rem;
}
.ios .ios_section em,.ios .ios_section h2{
	color:#F7DB45;
	font-size: 0.36rem;
	text-align: left;
}
.ios .ios_section em{
	display: inline-block;
	width: 0.45rem;
	height: 0.45rem;
	line-height: 0.45rem;
	text-align: center;
	border: 0.04rem solid #F7DB45;
	border-radius: 50%;
}
.ios .ios_section h2{
	display: inline-block;
	word-break: break-word;
	width: 5.55rem;
	color: rgba(255,255,255,0.8);
    font-size: 0.32rem;
    font-weight: normal;
    margin: 0.04rem 0 0 0.1rem;
}
.ios .ios_section .section3{
	position: relative;
}
.ios_section img{
	margin: 0.2rem auto;
}
.ios_section .section1 img{
	width: 4.2rem;
}
.ios_section .section2 img{
	margin: 0.1rem auto;
	width: 5.8rem;
}
.ios_section .section3 img{
	margin: 0.4rem auto;
	width: 5.4rem;
}
/*安卓下载*/
.android h3{
	color: #FFDE45;
	height: 0.4rem;
	line-height: 0.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0.6rem 0 0.2rem;
}
.download+p.ft,.download h3,.download h3+p{
	font-size: 0.32rem;
	padding: 0 0.5rem;
	text-align: center;
}
.android h3+p{
	color: #fff;
	font-size: 0.26rem;
}
.download+p.ft{
	color: #8D8D8D;
}
/*ios的vip提示*/
.close>a{
	display: inline-block !important;
	width: 0.6rem;
	height: 0.6rem;
	padding: 0.2rem 0.15rem 0rem 0.1rem;
}
.close a>img{
	width: 0.28rem;
	margin: 0 auto;
}
/***===以上是下载样式===***/

.faq{
	margin: 0.3rem 0 1.2rem;
	padding: 0 0.3rem;
}
.faq h3{
	color: #fff;
	font-size: 0.64rem;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0.3rem;
}
.faq .faqlist{
	padding: 0.32rem 0;
	border-top: 0.02rem solid #fff;
	cursor: pointer;
}
.faq .faqlist:last-of-type{
	border-bottom: 0.02rem solid #fff;
}
.faq .faqlist h4{
	display: inline-block;
    width: 6rem;
    margin-left: 0.1rem;
    color: #fff;
    font-size: 0.32rem;
}
.faq .faqlist div{
	background: #2D2D2D;
    width: 5.6rem;
    margin: 0.25rem 0 0 0.45rem;
    padding: 0.26rem;
    border-radius: 0.05rem;
    color: #fff;
    cursor: initial;
}
.faq .faqlist .open{
	width: 0.28rem;
	height: 0.28rem;
	line-height: 0.28rem;
	text-align: center;
	vertical-align: text-top;
}
.faq .faqlist .open img{
	vertical-align: -webkit-baseline-middle;
	width: 0.28rem;
}
/***===以上是问题帮助样式===***/


.faq_detail{
	padding: 0.32rem 0;
}
.faq_detail>h3{
	color: #fff;
	text-align: center;
	font-size: 0.48rem;
	font-weight: bold;
	font-family: auto;
}
.faq_detail>h3 i{
	display: inline-block;
	width: 0.5rem;
	height: 0.4rem;
	background: url(../img/how_left.png) no-repeat;
	background-size: 100%;
	margin: 0 0.15rem;
	vertical-align: baseline;
}
.faq_detail>h3 i+i{
	background: url(../img/how_right.png) no-repeat;
	background-size: 100%;
}
.faq_detail .detailDiv img{
	margin-top: 0.3rem;
}
.faq_detail .detailDiv p{
	color: rgba(255,255,255,.6);
	font-size: 0.32rem;
	padding: 0 0.32rem;
	/*margin-top: -0.2rem;*/
}
.faq_detail .detailDiv p i{
	display: inline-block;
	width: 0.4rem;
	height: 0.3rem;
	background: url(../img/circle.png) no-repeat;
	background-size: 0.24rem;
	vertical-align: bottom;
}
.faq_detail{
	
}
.faq_detail{
	
}
/***===以上是问题帮助详情样式===***/

.tab li {
	display: inline-block;
}
.tab .tabli.active {
	border-color: #EDBE00;
	background: rgba(237,190,0,.5);
}
.pay .section{
	background: #2D2D2D;
	margin-bottom: 0.18rem;
	color: #fff;
	padding: 0.18rem 0.28rem;
}
.pay .top img{
	width: 0.46rem;
	height: 0.46rem;
	border-radius: 50%;
}
.pay .top span{
	vertical-align: middle;
	margin-left: 0.06rem;
	width: 3.3rem;
	font-size: 0.26rem;
	display: inline-block;
	overflow: hidden;
}
.pay .top span:last-of-type{
	font-size: 0.22rem;
	width: auto;
	float: right;
	margin-top: 0.05rem;
}
.pay .top span small{
	vertical-align: middle;
}
.pay .top span small,.pay .top p{
	color: #EDBE00;
}
.pay .top p{
	margin-top: 0.12rem;
	font-size: 0.3rem;
}
.pay .meal{
	padding: 0.36rem 0.28rem;
}
.pay .meal b{
	font-size: 0.32rem;
}
.pay .meal span{
	font-size: 0.24rem;
	vertical-align: middle;
	margin-left: 0.16rem;
}
.pay .tab li{
	border: 0.02rem solid #4e4e4e;
	box-sizing: border-box;
	border-radius: 0.08rem;
	width: 2rem;
	height: 2.3rem;
	margin: 0.28rem 0 0;
	text-align: center;
	position: relative;
}
.pay .tab li:nth-of-type(2){
	margin: 0.28rem 0.39rem 0.2rem;
}
.pay .tab li h3,.pay .tab li small,.pay .tab li em,.pay .tab li span{
	display: block;
	margin: 0.01rem 0;
}
.pay .tab li h3{
	font-size: 0.38rem;
	margin-top: 0.14rem;
}
.pay .tab li span{
	font-size: 0.24rem;
	margin: 0;
}
.pay .tab li em{
	font-size: 0.36rem;
	color: #EDBE00;
	margin-top: 0.1rem;
}
.pay .tab li small{
	font-size: 0.19rem;
	color: #EDBE00;
}
.pay .tab li p{
	color: #1D1D1D;
	background: #EDBE00;
	width: 1rem;
	height: 0.3rem;
	line-height: 0.32rem;
	font-size: 0.18rem;
	text-align: center;
	border-radius: 0.02rem;
    position: absolute;
    bottom: -0.16rem;
    left: 0.48rem;
}
.pay .paymode{
	padding: 0.1rem 0.28rem;
}
.pay .paymode p{
	margin: 0.3rem 0;
}
.pay .paymode p img{
	width: 2.1rem;
}
.pay .paymode p label{
	float: right;
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	position: relative;
	margin-top: 0.12rem;
}
.pay .paymode p label input{
	width: 0.5rem;
	height: 0.5rem;
	visibility: hidden;
    position: absolute;
    left: 0;
}
.pay .paymode p label span{
	display: inline-block;
    width: 0.38rem;
    height: 0.38rem;
    background: url(../img/paybtn.png) no-repeat;
    background-size: 100%;
    vertical-align: text-bottom;
}
.pay .paymode p label.cur span{
	background: url(../img/paybtnactive.png) no-repeat;
    background-size: 100%;
}
.pay .faq{
	padding: 0.26rem 0.28rem;
	font-size: 0.32rem;
	margin-bottom: 1.3rem;
}
.pay .faq .reply{
	margin-top: 0.4rem;
}
.pay .faq .faqlist{
	margin: 0.22rem 0;
}
.pay .faq .faqlist h3{
	margin-bottom: 0.12rem;
}
.pay .pay_btn{
	position: fixed;
	bottom: -0.18rem;
	width: 7.5rem;
	height: 1.12rem;
	line-height: 1.12rem;
	font-size: 0.38rem;
	padding: 0;
	font-weight: bold;
}
.pay .pay_btn span{
	padding: 0 0.28rem;
}
.pay .pay_btn em{
	color: #EDBE00;
}
.pay .pay_btn .btnpay{
	float: right;
	background: #EDBE00;
	width: 1.8rem;
	text-align: center;
	text-shadow:0px 2px 4px rgba(160,128,0,1);
	color: #2D2D2D;
}
/***===以上付款样式===***/

/* tvdetail */
.play .section1 .con img{
  width: 5rem;
}
.play .section1 .con span{
    display: inline-block;
    font-size: 0.3rem;
    color: #FEFEFE;
    padding: 0 0.38rem !important;
}
.play .section1 .con span.filmScore {
  margin-left: 0;
  color: #FEFEFE;
  font-weight: normal;
}
.play .section1 .con span.showTime{
  padding: 0;
}
.play .section1 .con .play_btn {
    background: none;
}
.play .section1 .con .play_btn img{
  width: 100%;
}
.shareTV .section2 h3 select{
    background: none;
    color: #aaa;
    font-size: 0.3rem;
}
.shareTV .section2 ul {
  width: 100%;
}
.shareTV .section2 ul li{
  display: block;
  float: inherit;
  margin: 0.32rem 0;
}
.shareTV ul li a img{
  width: 2.56rem;
  height: 1.5rem;
  position: relative;
  z-index: 1;
}
.shareTV ul li a i{
  position: relative;
  float: left;
}
.shareTV ul li a i img+img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.7rem;
    height: 0.7rem;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.shareTV ul li a span{
  float: left;
    width: 4.2rem;
    margin-left: 0.3rem;
    color: #fff;
}
.shareTV ul li a span.title{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.06rem;
}
.shareTV ul li a span.year{
  font-size: 0.24rem;
}
.shareTV ul li a span.time{
  font-size: 0.22rem;
}
.shareTV ul li a p{
  width: 100%;
  float: left;
  margin: 0.12rem 0;
  color: #fff;
}
/***===以上电视分享样式===***/

/**整体**/
.container {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 20px 0 0 0;
}
.container, .close_div, .content, .bottom {
	background: #000;
}


/**关闭区**/
.close_div {
	margin: 0 auto;
	text-align: right;
	padding: 10px 0 0 0;
}

/**图片区**/
.content {
	margin: 0 auto;
	position: relative;
}
.content .img {
	position: absolute;
	top: 0 ;
	left: 0;
	/*z-index: 105;
	width: 100% !important;
	height: 100% !important;*/
}

/**左右箭头**/
.content .left, .content .right {
	position: absolute;
	top: 0;
	z-index: 110;
}
.content .left {
	left: 0;
	cursor: url(../img/cur-left1.png), auto;
    background: url(../img/cur-left1.png) no-repeat center left;
    background-size: 72px;
}
.content .right {
	right: 0;
	cursor: url(../img/cur-right1.png), auto;
    background: url(../img/cur-right1.png) no-repeat center right;
    background-size: 72px;
}

/**底部区**/
.bottom {
	height: 0px;
	margin: 0 20px;
	overflow: hidden;
	line-height: 30px;
	color: #f9f9f9;
	position: fixed;
	font-size: 32px;
}

/* wrapper css */
#wrapper {
	margin-bottom: 20px;
	width: 100%;
}
#wrapper hgroup {
	text-align: center;
}
#container {
	position: relative;
	margin: 0 auto 25px;
	padding-bottom: 10px;
}
.grid {
	width: 188px;
	min-height: 100px;
	padding: 10px;
	background: #fff;
	margin: 8px 8px 8px 0;
	font-size: 12px;
	float: left;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-webkit-transition: top 0.5S ease, left 0.5S ease;
	-moz-transition: top 0.5S ease, left 0.5S ease;
	-o-transition: top 0.5S ease, left 0.5S ease;
	-ms-transition: top 0.5S ease, left 0.5S ease;
}
.grid strong {
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
	display: block;
	padding: 0 0 5px;
	font-size: 17px;
}
.grid .meta {
	text-align: right;
	color: #777;
	font-style: italic;
}
.grid .imgholder img {
	max-width: 100%;
	background: #ccc;
	display: block;
	background: url(../img/loding.html) no-repeat center;
	cursor: pointer;
}
@media screen and (max-width: 1240px) {
	body {
		overflow: auto;
	}
}
@media screen and (max-width: 900px) {
	#wrapper {
		margin-top: 90px;
	}
}

/*截图切换部分*/
.photo_tab{
	width: 995px;
	margin: 0 auto 30px;
	position: relative;
	height: 90px;
	line-height: 90px; 
}
.photo_tab ul{
	position: fixed;
    z-index: 9;
    background: #1d1d1d;
    width: 995px;
}
.photo_tab li{
	float: left;
	display: block;
	padding: 10px 0;
}
.photo_tab li a{
	color: #f6f6f6;
	font-size: 0.34rem;
	margin: 10px 16px 10px 0;
	padding: 25px 64px 21px;
}
.photo_tab li a:last-child{
	margin-right: 0;
}
.photo_tab li.active{
	background: none;
}
.photo_tab li.active a{
	border-bottom: 2px solid #fff;
}